home *** CD-ROM | disk | FTP | other *** search
- From: Char_Matt@msn.com (charlotte branson)
- Subject: RE: what does this code do?
- Date: 12 Apr 96 16:58:17 -0700
- References: <4k6u2v$i2c@newsbf02.news.aol.com>
- Message-ID: <00001a81+0000b1f3@msn.com>
- Path: news.msn.com!msn.com
- Newsgroups: comp.lang.c++
- Organization: The Microsoft Network (msn.com)
-
- >linePtrs[currentLine][lineLen[currentLine]] = (char) key;
-
- What are the definitions for these variables used? Is currentLine a
- string of chars?
-